Iframe内部页面高度赋值于其父页面的Iframe标签,使得该Iframe不存在滚动条,布遮盖子页面的内容:

$('#crowdfunding_iframe',parent.document).attr("height",$(document.body).height());

var height = $(document.body).height() + 30;
if(height < 600){
    height = 600;
}
$('#crowdfunding_iframe',parent.document).attr("height",height);
$('#vertical_navigation',parent.document).css("height",height);

请鹅出战
328 声望3 粉丝

当我带上墨镜,也许我就真的瞎了。